Component org.nuxeo.ecm.core.trash.TrashService
In bundle org.nuxeo.ecm.core
Documentation
The trash service is responsible for deleting, purging and undeleting documents based on the lifecycle state.
Implementation
Class:
org.nuxeo.ecm.core.trash.TrashServiceImpl
Services
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.core.trash.TrashService"
version="1.0">
<service>
<provide interface="org.nuxeo.ecm.core.trash.TrashService" />
</service>
<implementation class="org.nuxeo.ecm.core.trash.TrashServiceImpl" />
<documentation>
The trash service is responsible for deleting, purging and undeleting documents
based on the lifecycle state.
</documentation>
</component>